1234567891011121314151617181920212223242526272829 |
- {
- "delete_UsePutV": false,
- "Columns": [
- {
- "Name": "building",
- "Type": "String(20)"
- },
- {
- "Name": "operate_time",
- "Type": "String(20)"
- },
- {
- "Name": "total_count",
- "Type": "Long"
- },
- {
- "Name": "good_count",
- "Type": "Long"
- },
- {
- "Name": "delay_count",
- "Type": "Long"
- }
- ],
- "Key": [
- "building",
- "operate_time"
- ]
- }
|