钉钉考勤

This commit is contained in:
张松
2025-12-01 11:31:37 +08:00
parent 2f201c7015
commit 0b94d79a02
3 changed files with 33 additions and 19 deletions

View File

@@ -123,5 +123,7 @@ public class ShopConfig implements Serializable {
* 上菜时间 分钟
*/
private Integer serveTime;
private String dingAppKey;
private String dingAppSecret;
}