更改员工相关逻辑,支付方式部分调整

This commit is contained in:
liuyingfang
2024-03-04 13:52:15 +08:00
parent b1f6a494e6
commit ebe5c2123b
4 changed files with 20 additions and 5 deletions

View File

@@ -61,4 +61,6 @@ public class TbPlussShopStaffDto implements Serializable {
private Long createdAt;
private Long updatedAt;
private String type;
}