md
This commit is contained in:
parent
68f322841e
commit
b354f57e8d
@ -10,6 +10,7 @@
|
||||
|
||||
package com.xdadan.erp.emis.domain;
|
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import org.apache.commons.lang3.builder.ToStringBuilder;
|
||||
import org.apache.commons.lang3.builder.ToStringStyle;
|
||||
@ -44,8 +45,10 @@ public class EmisSpecialCalcWeight extends BaseEntity
|
||||
/* 取重方式 */
|
||||
private String carryType;
|
||||
/* 起始重量 */
|
||||
@JSONField(format = "#0.00")
|
||||
private BigDecimal beginWeight;
|
||||
/* 结束重量 */
|
||||
@JSONField(format = "#0.00")
|
||||
private BigDecimal endWeight;
|
||||
/* 起始时间 */
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user