@@ -159,15 +159,12 @@ public class TJobticket extends BaseEntity
private Date endDate;
/** 新票/续票次数限制 */
- @Excel(name = "新票/续票次数限制")
private Long postponeNumber;
/** 用户主管 */
- @Excel(name = "用户主管")
private Long userMg;
/** 用户单位 */
- @Excel(name = "用户单位")
private Long userUnit;