day-06
parent
007aa4c276
commit
9d9e457d7a
|
@ -23,5 +23,9 @@
|
||||||
<groupId>com.muyu</groupId>
|
<groupId>com.muyu</groupId>
|
||||||
<artifactId>muyu-common-core</artifactId>
|
<artifactId>muyu-common-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.muyu</groupId>
|
||||||
|
<artifactId>muyu-common-security</artifactId>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -234,7 +234,7 @@ public class SysRole extends BaseEntity {
|
||||||
.append("deptCheckStrictly", isDeptCheckStrictly())
|
.append("deptCheckStrictly", isDeptCheckStrictly())
|
||||||
.append("status", getStatus())
|
.append("status", getStatus())
|
||||||
.append("delFlag", getDelFlag())
|
.append("delFlag", getDelFlag())
|
||||||
.append("createBy", SecurityUtils.getUsername())
|
// .append("createBy", SecurityUtils.getUsername())
|
||||||
.append("createTime", getCreateTime())
|
.append("createTime", getCreateTime())
|
||||||
.append("updateBy", getUpdateBy())
|
.append("updateBy", getUpdateBy())
|
||||||
.append("updateTime", getUpdateTime())
|
.append("updateTime", getUpdateTime())
|
||||||
|
|
|
@ -317,7 +317,7 @@ public class SysUser extends BaseEntity {
|
||||||
.append("delFlag", getDelFlag())
|
.append("delFlag", getDelFlag())
|
||||||
.append("loginIp", getLoginIp())
|
.append("loginIp", getLoginIp())
|
||||||
.append("loginDate", getLoginDate())
|
.append("loginDate", getLoginDate())
|
||||||
.append("createBy", SecurityUtils.getUsername())
|
// .append("createBy", SecurityUtils.getUsername())
|
||||||
.append("createTime", getCreateTime())
|
.append("createTime", getCreateTime())
|
||||||
.append("updateBy", getUpdateBy())
|
.append("updateBy", getUpdateBy())
|
||||||
.append("updateTime", getUpdateTime())
|
.append("updateTime", getUpdateTime())
|
||||||
|
|
|
@ -109,7 +109,36 @@ updateTime: "2024-03-10 16:06:52"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"product": {
|
||||||
|
"id":null,
|
||||||
|
"name":null,
|
||||||
|
"states":null,
|
||||||
|
"brandId":null,
|
||||||
|
"remark":null,
|
||||||
|
"image":null,
|
||||||
|
"imgs":null,
|
||||||
|
},
|
||||||
|
"attributeGroupList":[
|
||||||
|
{
|
||||||
|
"id":null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attributeList":[
|
||||||
|
{
|
||||||
|
"attributeId":null,
|
||||||
|
"attributeValue":bull
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"rule":[
|
||||||
|
{
|
||||||
|
"sku":null, ("1,2,3")
|
||||||
|
"image":null,
|
||||||
|
"inventoryValue":null,
|
||||||
|
"priceValue":null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue