|
@@ -227,28 +227,28 @@ public class Work extends SliceJpaObject implements ProjectionInterface {
|
|
|
private String applicationAlias;
|
|
private String applicationAlias;
|
|
|
|
|
|
|
|
public static final String process_FIELDNAME = "process";
|
|
public static final String process_FIELDNAME = "process";
|
|
|
- @FieldDescribe("流程ID")
|
|
|
|
|
|
|
+ @FieldDescribe("流程ID.")
|
|
|
@Column(length = JpaObject.length_id, name = ColumnNamePrefix + process_FIELDNAME)
|
|
@Column(length = JpaObject.length_id, name = ColumnNamePrefix + process_FIELDNAME)
|
|
|
@Index(name = TABLE + IndexNameMiddle + process_FIELDNAME)
|
|
@Index(name = TABLE + IndexNameMiddle + process_FIELDNAME)
|
|
|
@CheckPersist(allowEmpty = true)
|
|
@CheckPersist(allowEmpty = true)
|
|
|
private String process;
|
|
private String process;
|
|
|
|
|
|
|
|
public static final String processName_FIELDNAME = "processName";
|
|
public static final String processName_FIELDNAME = "processName";
|
|
|
- @FieldDescribe("流程名称")
|
|
|
|
|
|
|
+ @FieldDescribe("流程名称.")
|
|
|
@Column(length = length_255B, name = ColumnNamePrefix + processName_FIELDNAME)
|
|
@Column(length = length_255B, name = ColumnNamePrefix + processName_FIELDNAME)
|
|
|
@Index(name = TABLE + IndexNameMiddle + processName_FIELDNAME)
|
|
@Index(name = TABLE + IndexNameMiddle + processName_FIELDNAME)
|
|
|
@CheckPersist(allowEmpty = true)
|
|
@CheckPersist(allowEmpty = true)
|
|
|
private String processName;
|
|
private String processName;
|
|
|
|
|
|
|
|
public static final String processAlias_FIELDNAME = "processAlias";
|
|
public static final String processAlias_FIELDNAME = "processAlias";
|
|
|
- @FieldDescribe("流程别名")
|
|
|
|
|
|
|
+ @FieldDescribe("流程别名.")
|
|
|
@Column(length = length_255B, name = ColumnNamePrefix + processAlias_FIELDNAME)
|
|
@Column(length = length_255B, name = ColumnNamePrefix + processAlias_FIELDNAME)
|
|
|
@Index(name = TABLE + IndexNameMiddle + processAlias_FIELDNAME)
|
|
@Index(name = TABLE + IndexNameMiddle + processAlias_FIELDNAME)
|
|
|
@CheckPersist(allowEmpty = true)
|
|
@CheckPersist(allowEmpty = true)
|
|
|
private String processAlias;
|
|
private String processAlias;
|
|
|
|
|
|
|
|
public static final String activity_FIELDNAME = "activity";
|
|
public static final String activity_FIELDNAME = "activity";
|
|
|
- @FieldDescribe("当前活动ID")
|
|
|
|
|
|
|
+ @FieldDescribe("当前活动ID.")
|
|
|
@Column(length = JpaObject.length_id, name = ColumnNamePrefix + activity_FIELDNAME)
|
|
@Column(length = JpaObject.length_id, name = ColumnNamePrefix + activity_FIELDNAME)
|
|
|
@Index(name = TABLE + IndexNameMiddle + activity_FIELDNAME)
|
|
@Index(name = TABLE + IndexNameMiddle + activity_FIELDNAME)
|
|
|
@CheckPersist(allowEmpty = true)
|
|
@CheckPersist(allowEmpty = true)
|
|
@@ -263,21 +263,21 @@ public class Work extends SliceJpaObject implements ProjectionInterface {
|
|
|
private ActivityType activityType;
|
|
private ActivityType activityType;
|
|
|
|
|
|
|
|
public static final String activityName_FIELDNAME = "activityName";
|
|
public static final String activityName_FIELDNAME = "activityName";
|
|
|
- @FieldDescribe("活动名称")
|
|
|
|
|
|
|
+ @FieldDescribe("活动名称.")
|
|
|
@Column(length = length_255B, name = ColumnNamePrefix + activityName_FIELDNAME)
|
|
@Column(length = length_255B, name = ColumnNamePrefix + activityName_FIELDNAME)
|
|
|
@Index(name = TABLE + IndexNameMiddle + activityName_FIELDNAME)
|
|
@Index(name = TABLE + IndexNameMiddle + activityName_FIELDNAME)
|
|
|
@CheckPersist(allowEmpty = true)
|
|
@CheckPersist(allowEmpty = true)
|
|
|
private String activityName;
|
|
private String activityName;
|
|
|
|
|
|
|
|
public static final String activityAlias_FIELDNAME = "activityAlias";
|
|
public static final String activityAlias_FIELDNAME = "activityAlias";
|
|
|
- @FieldDescribe("活动别名")
|
|
|
|
|
|
|
+ @FieldDescribe("活动别名.")
|
|
|
@Column(length = length_255B, name = ColumnNamePrefix + activityAlias_FIELDNAME)
|
|
@Column(length = length_255B, name = ColumnNamePrefix + activityAlias_FIELDNAME)
|
|
|
@Index(name = TABLE + IndexNameMiddle + activityAlias_FIELDNAME)
|
|
@Index(name = TABLE + IndexNameMiddle + activityAlias_FIELDNAME)
|
|
|
@CheckPersist(allowEmpty = true)
|
|
@CheckPersist(allowEmpty = true)
|
|
|
private String activityAlias;
|
|
private String activityAlias;
|
|
|
|
|
|
|
|
public static final String activityDescription_FIELDNAME = "activityDescription";
|
|
public static final String activityDescription_FIELDNAME = "activityDescription";
|
|
|
- @FieldDescribe("活动名称")
|
|
|
|
|
|
|
+ @FieldDescribe("活动说明.")
|
|
|
@Column(length = length_255B, name = ColumnNamePrefix + activityDescription_FIELDNAME)
|
|
@Column(length = length_255B, name = ColumnNamePrefix + activityDescription_FIELDNAME)
|
|
|
@Index(name = TABLE + IndexNameMiddle + activityDescription_FIELDNAME)
|
|
@Index(name = TABLE + IndexNameMiddle + activityDescription_FIELDNAME)
|
|
|
@CheckPersist(allowEmpty = true)
|
|
@CheckPersist(allowEmpty = true)
|