|
@@ -17,7 +17,7 @@ import java.util.List;
|
|
* </p>
|
|
* </p>
|
|
*
|
|
*
|
|
* @author Seyason
|
|
* @author Seyason
|
|
- * @since 2022-07-28
|
|
|
|
|
|
+ * @since 2022-08-03
|
|
*/
|
|
*/
|
|
@Data
|
|
@Data
|
|
@EqualsAndHashCode(callSuper = false)
|
|
@EqualsAndHashCode(callSuper = false)
|
|
@@ -158,6 +158,18 @@ public class TimeType extends Model<TimeType> {
|
|
@TableField("custom_data_status")
|
|
@TableField("custom_data_status")
|
|
private Integer customDataStatus;
|
|
private Integer customDataStatus;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 工时填报数值收集字段最大值是否限制 0-否 1-是
|
|
|
|
+ */
|
|
|
|
+ @TableField("custom_data_max_status")
|
|
|
|
+ private Integer customDataMaxStatus;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 工时填报数值收集字段最大值限制
|
|
|
|
+ */
|
|
|
|
+ @TableField("custom_data_max_value")
|
|
|
|
+ private Integer customDataMaxValue;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 财务成本导入是否需要审核
|
|
* 财务成本导入是否需要审核
|
|
*/
|
|
*/
|