bug优化
This commit is contained in:
parent
c54c474627
commit
958afd5d61
|
|
@ -65,4 +65,7 @@ public class MaterialConstants {
|
|||
/** 文件类型:租赁需求附件 */
|
||||
public static final Integer LEASE_FILE_TYPE_CODE = 18;
|
||||
|
||||
/** 文件类型:退租检修图片类型 */
|
||||
public static final Integer LEASE_REPAIR_RECORD_TABLE_NAME = 19;
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ public enum LeaseInfoEnum {
|
|||
|
||||
LEASE_PENDING_ORDER(0, "待接单"),
|
||||
LEASE_ORDER_RECEIVED(1, "已接单"),
|
||||
LEASE_PAST_DUE(2, "已到期");
|
||||
LEASE_PAST_DUE(2, "已过期");
|
||||
|
||||
private final Integer status;
|
||||
private final String statusName;
|
||||
|
|
|
|||
Loading…
Reference in New Issue