|
|
|
@ -65,6 +65,8 @@ public class MesPcnExtConstWords {
|
|
|
|
|
public static final String USER_INFO = "userInfo";
|
|
|
|
|
// 同步标志
|
|
|
|
|
public static final String SYSTEM_SYNC_STATUS = "systemSyncStatus";
|
|
|
|
|
// 同步时间
|
|
|
|
|
public static final String SYSTEM_SYNC_DATE_TIME = "systemSyncDatetime";
|
|
|
|
|
// 零件编码
|
|
|
|
|
public static final String PART_NO = "partNo";
|
|
|
|
|
// 零件名称
|
|
|
|
@ -177,6 +179,12 @@ public class MesPcnExtConstWords {
|
|
|
|
|
public static final String COLOR = "color";
|
|
|
|
|
// 设备计数点位固定二级变量
|
|
|
|
|
public static final String SHOT_COUNTER = "shot_counter";
|
|
|
|
|
//描述
|
|
|
|
|
public static final String DESCRIPTION = "description";
|
|
|
|
|
//描述
|
|
|
|
|
public static final String REMARK = "remark";
|
|
|
|
|
//BaseBean字段不包含工厂, 用于对象复制剔除属性BeanUtils.copyProperties(Object source, Object target, String... ignoreProperties)
|
|
|
|
|
public static final String[] BASE_BEAN_FIELDS = {ID, IS_DELETED, IS_VALID, CREATE_DATE_TIME, CREATE_USER, MODIFY_DATE_TIME, MODIFY_USER, DESCRIPTION, REMARK, SYSTEM_SYNC_DATE_TIME, SYSTEM_SYNC_STATUS};
|
|
|
|
|
|
|
|
|
|
// 时间格式
|
|
|
|
|
public static final String DATE_FORMAT_SSS = "yyyy-MM-dd HH:mm:ss.SSS";
|
|
|
|
|