选址
This commit is contained in:
@@ -6,7 +6,7 @@ public enum AuditTypeEnum {
|
||||
OPENING_OPERATION_PLAN(2, "开业运营方案"),
|
||||
LICENSE_APPROVAL(3, "证照审批"),
|
||||
SYS_BUILD(4, "系统建店"),
|
||||
|
||||
SITE_SELECTION(5, "选址"),
|
||||
;
|
||||
|
||||
private Integer code;
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
||||
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
||||
<result column="deleted" jdbcType="BIT" property="deleted" />
|
||||
<result column="data_type" jdbcType="TINYINT" property="dataType" />
|
||||
</resultMap>
|
||||
<select id="selectBykeyAndType" resultType="com.cool.store.entity.ShopAuditInfoDO">
|
||||
select *
|
||||
|
||||
@@ -74,6 +74,9 @@ public class ShopAuditInfoDO {
|
||||
*/
|
||||
private Boolean deleted;
|
||||
|
||||
@Column(name = "data_type")
|
||||
private Integer dataType;
|
||||
|
||||
/**
|
||||
* @return id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user