Commit fdffd86d by huluobin

update

parent f1b01b0f
......@@ -7,6 +7,7 @@ import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import java.util.Date;
import java.util.List;
......@@ -102,4 +103,7 @@ public class CostDto {
@TableField(exist = false)
private CostTemplateDto costTemplate;
private LocalDateTime lastModifyDate;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment