| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "storeinvoiceinfo": {
- "_parent": {
- "type": "info"
- },
- "properties": {
- "id": {
- "type": "long"
- },
- "idStore": {
- "type": "long"
- },
- "taxIdNo": {
- "type": "text",
- "index": "not_analyzed"
- },
- "companyName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "defaultTaxItemName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "defaultTaxItemCode": {
- "type": "text",
- "index": "not_analyzed"
- },
- "taxRate": {
- "type": "double"
- },
- "createBy": {
- "type": "long"
- },
- "createTimeLong": {
- "type": "long"
- },
- "updateBy": {
- "type": "long"
- },
- "updateTimeLong": {
- "type": "long"
- }
- }
- }
- }
|