| | |
| | | @PostMapping("/loc/save") |
| | | public R save(@RequestBody Loc loc) { |
| | | loc.setCreateBy(getLoginUserId()); |
| | | loc.setCreateTime(new Date()); |
| | | loc.setUpdateBy(getLoginUserId()); |
| | | loc.setUpdateTime(new Date()); |
| | | if (!locService.save(loc)) { |
| | | return R.error("Save Fail"); |
| | | } |
| | |
| | | * 排 |
| | | */ |
| | | @ApiModelProperty(value= "排") |
| | | private Integer row; |
| | | private Integer lrow; |
| | | |
| | | /** |
| | | * 列 |
| | |
| | | |
| | | public Loc() {} |
| | | |
| | | public Loc(Long areaId,String code,String type,String name,Short flagLogic,String fucAtrrs,String barcode,String unit,String size,Integer row,Integer col,Integer lev,Integer channel,Integer maxParts,Integer maxPack,Short flagLabelMange,String locAttrs,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | public Loc(Long areaId,String code,String type,String name,Short flagLogic,String fucAtrrs,String barcode,String unit,String size,Integer lrow,Integer col,Integer lev,Integer channel,Integer maxParts,Integer maxPack,Short flagLabelMange,String locAttrs,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.areaId = areaId; |
| | | this.code = code; |
| | | this.type = type; |
| | |
| | | this.barcode = barcode; |
| | | this.unit = unit; |
| | | this.size = size; |
| | | this.row = row; |
| | | this.lrow = lrow; |
| | | this.col = col; |
| | | this.lev = lev; |
| | | this.channel = channel; |
| | |
| | | # global-config:
|
| | | # field-strategy: 0
|
| | | configuration:
|
| | | # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
| | | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
| | | map-underscore-to-camel-case: true
|
| | | cache-enabled: true
|
| | | global-config:
|