fix 83177 会员管理--编辑预估到账日期后没有效果
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ public class TbMemberProjectSubitemEditVO implements Serializable {
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||
@ApiModelProperty(value = "预估到账日期")
|
||||
@Excel(name = "预估到账日期", width = 15)
|
||||
private String estimatedArrivalDate;
|
||||
private Date estimatedArrivalDate;
|
||||
|
||||
/**需要发票*/
|
||||
@Excel(name = "需要发票", width = 15,dicCode = "invoice_type")
|
||||
|
||||
Reference in New Issue
Block a user