@@ -3,7 +3,6 @@ | |||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[BatchEdit] | [BatchEdit] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class Attendance : PrimaryKeyEntity | public class Attendance : PrimaryKeyEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -6,7 +6,6 @@ | |||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[BatchEdit] | [BatchEdit] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class BuildingInfo : PrimaryKeyEntity | public class BuildingInfo : PrimaryKeyEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -3,7 +3,6 @@ | |||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[BatchEdit] | [BatchEdit] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class CameraGroup : PrimaryKeyEntity | public class CameraGroup : PrimaryKeyEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -3,7 +3,6 @@ | |||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[BatchEdit] | [BatchEdit] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class CameraInfo : PrimaryKeyEntity | public class CameraInfo : PrimaryKeyEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -3,7 +3,6 @@ | |||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[BatchEdit] | [BatchEdit] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class ClassRoomCall: PrimaryKeyEntity | public class ClassRoomCall: PrimaryKeyEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -3,7 +3,6 @@ | |||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[BatchEdit] | [BatchEdit] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class ClassRoomCallTask: PrimaryKeyEntity | public class ClassRoomCallTask: PrimaryKeyEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -3,7 +3,6 @@ | |||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[BatchEdit] | [BatchEdit] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class ClassTeacher : PrimaryKeyEntity | public class ClassTeacher : PrimaryKeyEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -3,7 +3,6 @@ | |||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[BatchEdit] | [BatchEdit] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class DepartmentInfo : PrimaryKeyEntity | public class DepartmentInfo : PrimaryKeyEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -3,7 +3,6 @@ | |||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[BatchEdit] | [BatchEdit] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class DormitoryInfo : PrimaryKeyEntity | public class DormitoryInfo : PrimaryKeyEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -3,7 +3,6 @@ | |||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[BatchEdit] | [BatchEdit] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class MajorInfo : PrimaryKeyEntity | public class MajorInfo : PrimaryKeyEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -4,7 +4,6 @@ namespace SafeCampus.System; | |||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[BatchEdit] | [BatchEdit] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class PassengerFlow : PrimaryKeyEntity | public class PassengerFlow : PrimaryKeyEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -3,7 +3,6 @@ | |||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[BatchEdit] | [BatchEdit] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class PersonFaces | public class PersonFaces | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -3,7 +3,6 @@ | |||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[BatchEdit] | [BatchEdit] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class PersonInfo | public class PersonInfo | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -3,7 +3,6 @@ | |||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[BatchEdit] | [BatchEdit] | ||||
[CodeGen] | [CodeGen] | ||||
//[IgnoreInitTable] | |||||
public class PersonSetInfo | public class PersonSetInfo | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -5,7 +5,6 @@ | |||||
///</summary> | ///</summary> | ||||
[SugarTable("sys_config", TableDescription = "配置")] | [SugarTable("sys_config", TableDescription = "配置")] | ||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[IgnoreInitTable] | |||||
public class SysConfig : BaseEntity | public class SysConfig : BaseEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -5,7 +5,6 @@ | |||||
///</summary> | ///</summary> | ||||
[SugarTable("sys_dict", TableDescription = "字典表")] | [SugarTable("sys_dict", TableDescription = "字典表")] | ||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[IgnoreInitTable] | |||||
public class SysDict : BaseEntity | public class SysDict : BaseEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -5,7 +5,6 @@ | |||||
///</summary> | ///</summary> | ||||
[SugarTable("sys_file", TableDescription = "文件表")] | [SugarTable("sys_file", TableDescription = "文件表")] | ||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[IgnoreInitTable] | |||||
public class SysFile : DataEntityBase | public class SysFile : DataEntityBase | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -5,7 +5,6 @@ | |||||
///</summary> | ///</summary> | ||||
[SugarTable("sys_log_operate_{year}{month}{day}", TableDescription = "操作日志表")] | [SugarTable("sys_log_operate_{year}{month}{day}", TableDescription = "操作日志表")] | ||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[IgnoreInitTable] | |||||
public class SysLogOperate : SysLogVisit | public class SysLogOperate : SysLogVisit | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -6,7 +6,6 @@ | |||||
[SugarTable("sys_log_visit_{year}{month}{day}", TableDescription = "访问日志表")] | [SugarTable("sys_log_visit_{year}{month}{day}", TableDescription = "访问日志表")] | ||||
[SplitTable(SplitType.Year)]//按年分表 (自带分表支持 年、季、月、周、日) | [SplitTable(SplitType.Year)]//按年分表 (自带分表支持 年、季、月、周、日) | ||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[IgnoreInitTable] | |||||
public class SysLogVisit : BaseEntity | public class SysLogVisit : BaseEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -5,7 +5,6 @@ | |||||
///</summary> | ///</summary> | ||||
[SugarTable("sys_message", TableDescription = "站内信")] | [SugarTable("sys_message", TableDescription = "站内信")] | ||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[IgnoreInitTable] | |||||
public class SysMessage : BaseEntity | public class SysMessage : BaseEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -5,7 +5,6 @@ | |||||
///</summary> | ///</summary> | ||||
[SugarTable("sys_message_user", TableDescription = "用户消息表")] | [SugarTable("sys_message_user", TableDescription = "用户消息表")] | ||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[IgnoreInitTable] | |||||
public class SysMessageUser : BaseEntity | public class SysMessageUser : BaseEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -7,7 +7,6 @@ namespace SafeCampus.System; | |||||
[SugarTable("sys_org", TableDescription = "组织")] | [SugarTable("sys_org", TableDescription = "组织")] | ||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class SysOrg : BaseEntity | public class SysOrg : BaseEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -6,7 +6,6 @@ | |||||
[SugarTable("sys_position", TableDescription = "职位表")] | [SugarTable("sys_position", TableDescription = "职位表")] | ||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class SysPosition : DataEntityBase | public class SysPosition : DataEntityBase | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -5,7 +5,6 @@ | |||||
///</summary> | ///</summary> | ||||
[SugarTable("sys_relation", TableDescription = "系统关系表")] | [SugarTable("sys_relation", TableDescription = "系统关系表")] | ||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[IgnoreInitTable] | |||||
public class SysRelation : PrimaryKeyEntity | public class SysRelation : PrimaryKeyEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -5,7 +5,6 @@ | |||||
///</summary> | ///</summary> | ||||
[SugarTable("sys_resource", TableDescription = "资源")] | [SugarTable("sys_resource", TableDescription = "资源")] | ||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[IgnoreInitTable] | |||||
public class SysResource : BaseEntity | public class SysResource : BaseEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -5,7 +5,6 @@ | |||||
///</summary> | ///</summary> | ||||
[SugarTable("sys_role", TableDescription = "角色")] | [SugarTable("sys_role", TableDescription = "角色")] | ||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[IgnoreInitTable] | |||||
public class SysRole : DataEntityBase | public class SysRole : DataEntityBase | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -7,7 +7,6 @@ | |||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[BatchEdit] | [BatchEdit] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class SysUser : BaseEntity | public class SysUser : BaseEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -3,7 +3,6 @@ | |||||
[Tenant(SqlSugarConst.DB_DEFAULT)] | [Tenant(SqlSugarConst.DB_DEFAULT)] | ||||
[BatchEdit] | [BatchEdit] | ||||
[CodeGen] | [CodeGen] | ||||
[IgnoreInitTable] | |||||
public class WarnInfo : BaseEntity | public class WarnInfo : BaseEntity | ||||
{ | { | ||||
/// <summary> | /// <summary> | ||||
@@ -4,6 +4,6 @@ public class CameraGroupSeedData : ISqlSugarEntitySeedData<CameraGroup> | |||||
{ | { | ||||
public IEnumerable<CameraGroup> SeedData() | public IEnumerable<CameraGroup> SeedData() | ||||
{ | { | ||||
return SeedDataUtil.GetSeedData<CameraGroup>("seed_sys_user.json"); | |||||
return SeedDataUtil.GetSeedData<CameraGroup>("seed_bus_cameraGroup.json"); | |||||
} | } | ||||
} | } |
@@ -2,193 +2,193 @@ | |||||
"RECORDS": [ | "RECORDS": [ | ||||
{ | { | ||||
"Id": 619379893510213, | "Id": 619379893510213, | ||||
"Orgid": null, | |||||
"OrgId": "", | |||||
"Name": "班主任", | "Name": "班主任", | ||||
"Code": "H3P8Zh63g4", | "Code": "H3P8Zh63g4", | ||||
"Category": "GLOBAL", | "Category": "GLOBAL", | ||||
"Defaultdatascope": "{\"Level\":5,\"ScopeCategory\":\"SCOPE_ALL\",\"ScopeDefineOrgIdList\":[]}", | |||||
"Sortcode": 99, | |||||
"Createorgid": 252885263003720, | |||||
"DefaultDataScope": "{\"Level\":5,\"ScopeCategory\":\"SCOPE_ALL\",\"ScopeDefineOrgIdList\":[]}", | |||||
"SortCode": 99, | |||||
"CreateorgId": 252885263003720, | |||||
"Status": "ENABLE", | "Status": "ENABLE", | ||||
"Createtime": "2024-12-5 14:43:16.-1f", | |||||
"Updatetime": "2024-12-5 14:47:46.-1f", | |||||
"Createuserid": 212725263002001, | |||||
"Updateuserid": 212725263002001, | |||||
"Createuser": "superAdmin", | |||||
"Updateuser": "superAdmin", | |||||
"Isdelete": "f", | |||||
"Extjson": null | |||||
"CreateTime": "2024-12-5 14:43:16.000", | |||||
"UpdateTime": "2024-12-5 14:47:46.000", | |||||
"CreateUserId": 212725263002001, | |||||
"UpdateUserId": 212725263002001, | |||||
"CreateUser": "superAdmin", | |||||
"UpdateUser": "superAdmin", | |||||
"IsDelete": "f", | |||||
"ExtJson": "" | |||||
}, | }, | ||||
{ | { | ||||
"Id": 619392576430149, | "Id": 619392576430149, | ||||
"Orgid": null, | |||||
"OrgId": "", | |||||
"Name": "测试角色", | "Name": "测试角色", | ||||
"Code": "sWNQ718e22", | "Code": "sWNQ718e22", | ||||
"Category": "GLOBAL", | "Category": "GLOBAL", | ||||
"Defaultdatascope": "{\"Level\":5,\"ScopeCategory\":\"SCOPE_ALL\",\"ScopeDefineOrgIdList\":[]}", | |||||
"Sortcode": 99, | |||||
"DefaultDataScope": "{\"Level\":5,\"ScopeCategory\":\"SCOPE_ALL\",\"ScopeDefineOrgIdList\":[]}", | |||||
"SortCode": 99, | |||||
"Createorgid": 252885263003720, | "Createorgid": 252885263003720, | ||||
"Status": "ENABLE", | "Status": "ENABLE", | ||||
"Createtime": "2024-12-5 15:34:52.-1f", | |||||
"Updatetime": null, | |||||
"Createuserid": 212725263002001, | |||||
"Updateuserid": null, | |||||
"Createuser": "superAdmin", | |||||
"Updateuser": null, | |||||
"Isdelete": "f", | |||||
"Extjson": null | |||||
"CreateTime": "2024-12-5 15:34:52.000", | |||||
"UpdateTime": "", | |||||
"CreateUserId": 212725263002001, | |||||
"UpdateUserId": "", | |||||
"CreateUser": "superAdmin", | |||||
"UpdateUser": "", | |||||
"IsDelete": "f", | |||||
"ExtJson": "" | |||||
}, | }, | ||||
{ | { | ||||
"Id": 619394384015429, | "Id": 619394384015429, | ||||
"Orgid": null, | |||||
"OrgId": "", | |||||
"Name": "测试角色2", | "Name": "测试角色2", | ||||
"Code": "MR250vRIx3", | "Code": "MR250vRIx3", | ||||
"Category": "GLOBAL", | "Category": "GLOBAL", | ||||
"Defaultdatascope": "{\"Level\":5,\"ScopeCategory\":\"SCOPE_ALL\",\"ScopeDefineOrgIdList\":[]}", | |||||
"Sortcode": 99, | |||||
"DefaultDataScope": "{\"Level\":5,\"ScopeCategory\":\"SCOPE_ALL\",\"ScopeDefineOrgIdList\":[]}", | |||||
"SortCode": 99, | |||||
"Createorgid": 252885263003720, | "Createorgid": 252885263003720, | ||||
"Status": "ENABLE", | "Status": "ENABLE", | ||||
"Createtime": "2024-12-5 15:42:14.-1f", | |||||
"Updatetime": null, | |||||
"Createuserid": 212725263002001, | |||||
"Updateuserid": null, | |||||
"Createuser": "superAdmin", | |||||
"Updateuser": null, | |||||
"Isdelete": "f", | |||||
"Extjson": null | |||||
"CreateTime": "2024-12-5 15:42:14.000", | |||||
"UpdateTime": "", | |||||
"CreateUserId": 212725263002001, | |||||
"UpdateUserId": "", | |||||
"CreateUser": "superAdmin", | |||||
"UpdateUser": "", | |||||
"IsDelete": "f", | |||||
"ExtJson": "" | |||||
}, | }, | ||||
{ | { | ||||
"Id": 212725263001001, | "Id": 212725263001001, | ||||
"Orgid": null, | |||||
"OrgId": "", | |||||
"Name": "超级管理员", | "Name": "超级管理员", | ||||
"Code": "superAdmin", | "Code": "superAdmin", | ||||
"Category": "GLOBAL", | "Category": "GLOBAL", | ||||
"Defaultdatascope": "{\"Level\":5,\"ScopeCategory\":\"SCOPE_ALL\",\"ScopeDefineOrgIdList\":[]}", | |||||
"Sortcode": 1, | |||||
"DefaultDataScope": "{\"Level\":5,\"ScopeCategory\":\"SCOPE_ALL\",\"ScopeDefineOrgIdList\":[]}", | |||||
"SortCode": 1, | |||||
"Createorgid": 0, | "Createorgid": 0, | ||||
"Status": "ENABLE", | "Status": "ENABLE", | ||||
"Createtime": "2024-7-6 10:49:22.-1f", | |||||
"Updatetime": "2024-7-6 18:18:09.-1f", | |||||
"Createuserid": null, | |||||
"Updateuserid": null, | |||||
"Createuser": null, | |||||
"Updateuser": null, | |||||
"Isdelete": "f", | |||||
"Extjson": null | |||||
"CreateTime": "2024-7-6 10:49:22.000", | |||||
"UpdateTime": "2024-7-6 18:18:09.000", | |||||
"CreateUserId": "", | |||||
"UpdateUserId": "", | |||||
"CreateUser": "", | |||||
"UpdateUser": "", | |||||
"IsDelete": "f", | |||||
"ExtJson": "" | |||||
}, | }, | ||||
{ | { | ||||
"Id": 212725263001002, | "Id": 212725263001002, | ||||
"Orgid": null, | |||||
"OrgId": "", | |||||
"Name": "业务管理员", | "Name": "业务管理员", | ||||
"Code": "bizAdmin", | "Code": "bizAdmin", | ||||
"Category": "GLOBAL", | "Category": "GLOBAL", | ||||
"Defaultdatascope": "{\"Level\":5,\"ScopeCategory\":\"SCOPE_ALL\",\"ScopeDefineOrgIdList\":[]}", | |||||
"Sortcode": 1, | |||||
"DefaultDataScope": "{\"Level\":5,\"ScopeCategory\":\"SCOPE_ALL\",\"ScopeDefineOrgIdList\":[]}", | |||||
"SortCode": 1, | |||||
"Createorgid": 0, | "Createorgid": 0, | ||||
"Status": "ENABLE", | "Status": "ENABLE", | ||||
"Createtime": "2024-7-6 10:49:22.-1f", | |||||
"Updatetime": "2024-7-6 18:18:09.-1f", | |||||
"Createuserid": null, | |||||
"Updateuserid": null, | |||||
"Createuser": null, | |||||
"Updateuser": null, | |||||
"Isdelete": "f", | |||||
"Extjson": null | |||||
"CreateTime": "2024-7-6 10:49:22.000", | |||||
"UpdateTime": "2024-7-6 18:18:09.000", | |||||
"CreateUserId": "", | |||||
"UpdateUserId": "", | |||||
"CreateUser": "", | |||||
"UpdateUser": "", | |||||
"IsDelete": "f", | |||||
"ExtJson": "" | |||||
}, | }, | ||||
{ | { | ||||
"Id": 359567292014661, | "Id": 359567292014661, | ||||
"Orgid": null, | |||||
"OrgId": "", | |||||
"Name": "所属组织及以下角色", | "Name": "所属组织及以下角色", | ||||
"Code": "41fP9R7YZI", | "Code": "41fP9R7YZI", | ||||
"Category": "GLOBAL", | "Category": "GLOBAL", | ||||
"Defaultdatascope": "{\"Level\":4,\"ScopeCategory\":\"SCOPE_ORG_CHILD\",\"ScopeDefineOrgIdList\":[]}", | |||||
"Sortcode": 99, | |||||
"DefaultDataScope": "{\"Level\":4,\"ScopeCategory\":\"SCOPE_ORG_CHILD\",\"ScopeDefineOrgIdList\":[]}", | |||||
"SortCode": 99, | |||||
"Createorgid": 0, | "Createorgid": 0, | ||||
"Status": "ENABLE", | "Status": "ENABLE", | ||||
"Createtime": "2024-7-6 10:49:22.-1f", | |||||
"Updatetime": "2024-7-6 18:18:09.-1f", | |||||
"Createuserid": null, | |||||
"Updateuserid": 212725263002001, | |||||
"Createuser": null, | |||||
"Updateuser": null, | |||||
"Isdelete": "f", | |||||
"Extjson": null | |||||
"CreateTime": "2024-7-6 10:49:22.000", | |||||
"UpdateTime": "2024-7-6 18:18:09.000", | |||||
"CreateUserId": "", | |||||
"UpdateUserId": 212725263002001, | |||||
"CreateUser": "", | |||||
"UpdateUser": "", | |||||
"IsDelete": "f", | |||||
"ExtJson": "" | |||||
}, | }, | ||||
{ | { | ||||
"Id": 360645671104581, | "Id": 360645671104581, | ||||
"Orgid": null, | |||||
"OrgId": "", | |||||
"Name": "所属组织角色", | "Name": "所属组织角色", | ||||
"Code": "KtIpet8uq0", | "Code": "KtIpet8uq0", | ||||
"Category": "GLOBAL", | "Category": "GLOBAL", | ||||
"Defaultdatascope": "{\"Level\":2,\"ScopeCategory\":\"SCOPE_ORG\",\"ScopeDefineOrgIdList\":[360642028625989,361404296994885]}", | |||||
"Sortcode": 99, | |||||
"DefaultDataScope": "{\"Level\":2,\"ScopeCategory\":\"SCOPE_ORG\",\"ScopeDefineOrgIdList\":[360642028625989,361404296994885]}", | |||||
"SortCode": 99, | |||||
"Createorgid": 0, | "Createorgid": 0, | ||||
"Status": "ENABLE", | "Status": "ENABLE", | ||||
"Createtime": "2024-7-6 10:49:22.-1f", | |||||
"Updatetime": "2024-7-6 18:18:09.-1f", | |||||
"Createuserid": null, | |||||
"Updateuserid": 212725263002001, | |||||
"Createuser": null, | |||||
"Updateuser": null, | |||||
"Isdelete": "f", | |||||
"Extjson": null | |||||
"CreateTime": "2024-7-6 10:49:22.000", | |||||
"UpdateTime": "2024-7-6 18:18:09.000", | |||||
"CreateUserId": "", | |||||
"UpdateUserId": 212725263002001, | |||||
"CreateUser": "", | |||||
"UpdateUser": "", | |||||
"IsDelete": "f", | |||||
"ExtJson": "" | |||||
}, | }, | ||||
{ | { | ||||
"Id": 360646281904197, | "Id": 360646281904197, | ||||
"Orgid": null, | |||||
"OrgId": "", | |||||
"Name": "自定义组织角色", | "Name": "自定义组织角色", | ||||
"Code": "9b774qzY92", | "Code": "9b774qzY92", | ||||
"Category": "GLOBAL", | "Category": "GLOBAL", | ||||
"Defaultdatascope": "{\"Level\":3,\"ScopeCategory\":\"SCOPE_ORG_DEFINE\",\"ScopeDefineOrgIdList\":[360642028625989,361404296994885,360642028625989,361404296994885]}", | |||||
"Sortcode": 99, | |||||
"DefaultDataScope": "{\"Level\":3,\"ScopeCategory\":\"SCOPE_ORG_DEFINE\",\"ScopeDefineOrgIdList\":[360642028625989,361404296994885,360642028625989,361404296994885]}", | |||||
"SortCode": 99, | |||||
"Createorgid": 0, | "Createorgid": 0, | ||||
"Status": "ENABLE", | "Status": "ENABLE", | ||||
"Createtime": "2024-7-6 10:49:22.-1f", | |||||
"Updatetime": "2024-7-6 18:18:09.-1f", | |||||
"Createuserid": null, | |||||
"Updateuserid": 212725263002001, | |||||
"Createuser": null, | |||||
"Updateuser": null, | |||||
"Isdelete": "f", | |||||
"Extjson": null | |||||
"CreateTime": "2024-7-6 10:49:22.000", | |||||
"UpdateTime": "2024-7-6 18:18:09.000", | |||||
"CreateUserId": "", | |||||
"UpdateUserId": 212725263002001, | |||||
"CreateUser": "", | |||||
"UpdateUser": "", | |||||
"IsDelete": "f", | |||||
"ExtJson": "" | |||||
}, | }, | ||||
{ | { | ||||
"Id": 360646662586437, | "Id": 360646662586437, | ||||
"Orgid": null, | |||||
"OrgId": "", | |||||
"Name": "仅自己角色", | "Name": "仅自己角色", | ||||
"Code": "182293I1ZC", | "Code": "182293I1ZC", | ||||
"Category": "GLOBAL", | "Category": "GLOBAL", | ||||
"Defaultdatascope": "{\"Level\":1,\"ScopeCategory\":\"SCOPE_SELF\",\"ScopeDefineOrgIdList\":[]}", | |||||
"Sortcode": 99, | |||||
"DefaultDataScope": "{\"Level\":1,\"ScopeCategory\":\"SCOPE_SELF\",\"ScopeDefineOrgIdList\":[]}", | |||||
"SortCode": 99, | |||||
"Createorgid": 0, | "Createorgid": 0, | ||||
"Status": "ENABLE", | "Status": "ENABLE", | ||||
"Createtime": "2024-7-6 10:49:22.-1f", | |||||
"Updatetime": "2024-7-6 18:18:09.-1f", | |||||
"Createuserid": null, | |||||
"Updateuserid": null, | |||||
"Createuser": null, | |||||
"Updateuser": null, | |||||
"Isdelete": "f", | |||||
"Extjson": null | |||||
"CreateTime": "2024-7-6 10:49:22.000", | |||||
"UpdateTime": "2024-7-6 18:18:09.000", | |||||
"CreateUserId": "", | |||||
"UpdateUserId": "", | |||||
"CreateUser": "", | |||||
"UpdateUser": "", | |||||
"IsDelete": "f", | |||||
"ExtJson": "" | |||||
}, | }, | ||||
{ | { | ||||
"Id": 511793641513029, | "Id": 511793641513029, | ||||
"Orgid": null, | |||||
"OrgId": "", | |||||
"Name": "租户管理员", | "Name": "租户管理员", | ||||
"Code": "1q8bMS9rgF", | "Code": "1q8bMS9rgF", | ||||
"Category": "GLOBAL", | "Category": "GLOBAL", | ||||
"Defaultdatascope": "{\"Level\":4,\"ScopeCategory\":\"SCOPE_ORG_CHILD\",\"ScopeDefineOrgIdList\":[]}", | |||||
"Sortcode": 99, | |||||
"DefaultDataScope": "{\"Level\":4,\"ScopeCategory\":\"SCOPE_ORG_CHILD\",\"ScopeDefineOrgIdList\":[]}", | |||||
"SortCode": 99, | |||||
"Createorgid": 252885263003720, | "Createorgid": 252885263003720, | ||||
"Status": "ENABLE", | "Status": "ENABLE", | ||||
"Createtime": "2024-7-6 10:49:22.-1f", | |||||
"Updatetime": "2024-7-6 18:18:09.-1f", | |||||
"Createuserid": 212725263002001, | |||||
"Updateuserid": null, | |||||
"Createuser": "superAdmin", | |||||
"Updateuser": null, | |||||
"Isdelete": "f", | |||||
"Extjson": null | |||||
"CreateTime": "2024-7-6 10:49:22.000", | |||||
"UpdateTime": "2024-7-6 18:18:09.000", | |||||
"CreateUserId": 212725263002001, | |||||
"UpdateUserId": "", | |||||
"CreateUser": "superAdmin", | |||||
"UpdateUser": "", | |||||
"IsDelete": "f", | |||||
"ExtJson": "" | |||||
} | } | ||||
] | ] | ||||
} | } |
@@ -1,14 +1,4 @@ | |||||
| |||||
// | |||||
namespace SafeCampus.System; | |||||
namespace SafeCampus.System; | |||||
/// <summary> | /// <summary> | ||||
/// 系统配置种子数据 | /// 系统配置种子数据 | ||||
@@ -1,14 +1,4 @@ | |||||
| |||||
// | |||||
global using MoYu; | |||||
global using MoYu; | |||||
global using MoYu.DynamicApiController; | global using MoYu.DynamicApiController; | ||||
global using MoYu.Logging; | global using MoYu.Logging; | ||||
global using Microsoft.AspNetCore.Authorization; | global using Microsoft.AspNetCore.Authorization; | ||||
@@ -1,4 +1,3 @@ | |||||
//Console.WriteLine("简单之名,非凡之质——稳定、灵活、高效,实力不需夸耀。"); | |||||
Serve.Run(RunOptions.Default.ConfigureBuilder(builder => | Serve.Run(RunOptions.Default.ConfigureBuilder(builder => | ||||
{ | { | ||||
builder.WebHost.UseUrls(builder.Configuration["AppSettings:Urls"]); | builder.WebHost.UseUrls(builder.Configuration["AppSettings:Urls"]); | ||||
@@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. | |||||
<Project> | <Project> | ||||
<PropertyGroup> | <PropertyGroup> | ||||
<_PublishTargetUrl>F:\Project\QJKJ\SafeCampus\SafeCampus.API\SafeCampus.Web.Entry\bin\Release\net6.0\publish\</_PublishTargetUrl> | <_PublishTargetUrl>F:\Project\QJKJ\SafeCampus\SafeCampus.API\SafeCampus.Web.Entry\bin\Release\net6.0\publish\</_PublishTargetUrl> | ||||
<History>True|2024-12-13T08:46:33.9007060Z;True|2024-12-13T16:43:47.4243476+08:00;True|2024-12-13T16:32:31.6822178+08:00;False|2024-12-13T16:31:57.1463001+08:00;False|2024-12-13T16:31:24.3921316+08:00;True|2024-12-10T09:50:44.2129205+08:00;True|2024-12-10T09:37:03.1127511+08:00;True|2024-12-09T13:47:34.5328594+08:00;True|2024-12-09T13:40:14.0307574+08:00;True|2024-12-09T13:37:06.9251645+08:00;True|2024-12-09T09:35:03.8007889+08:00;True|2024-12-05T17:55:26.3520105+08:00;True|2024-12-05T16:16:25.4547843+08:00;True|2024-12-05T15:40:26.7141856+08:00;True|2024-12-05T15:10:10.8427444+08:00;True|2024-12-04T17:22:28.7226032+08:00;True|2024-12-04T16:48:08.7253345+08:00;True|2024-12-04T13:36:58.9261836+08:00;True|2024-12-04T11:25:09.0287420+08:00;True|2024-12-04T10:49:03.6405687+08:00;True|2024-12-03T17:23:27.3622111+08:00;True|2024-12-03T17:04:39.8598677+08:00;True|2024-12-03T16:51:32.9879069+08:00;True|2024-12-03T16:43:48.1356230+08:00;True|2024-12-03T15:51:47.8248313+08:00;True|2024-11-22T11:28:53.1271820+08:00;True|2024-11-20T17:52:54.4158858+08:00;True|2024-11-20T17:26:43.3032818+08:00;True|2024-11-20T17:00:52.2470231+08:00;True|2024-11-20T13:48:46.8664181+08:00;True|2024-11-19T16:41:39.5873421+08:00;True|2024-11-19T16:11:53.2744549+08:00;True|2024-10-24T09:50:55.5191427+08:00;True|2024-10-24T09:34:12.7696084+08:00;True|2024-10-23T10:41:37.0558539+08:00;True|2024-10-23T09:28:31.4313071+08:00;True|2024-10-23T09:26:31.5501719+08:00;True|2024-10-23T09:23:51.0582343+08:00;True|2024-10-23T09:06:44.5849207+08:00;True|2024-10-22T13:08:17.1569031+08:00;True|2024-10-22T09:42:47.5945039+08:00;True|2024-10-21T17:29:20.3317104+08:00;True|2024-10-21T16:46:26.6984879+08:00;True|2024-10-21T10:12:44.0443975+08:00;True|2024-10-10T10:57:40.0075220+08:00;True|2024-10-10T10:02:41.0397715+08:00;True|2024-10-09T17:39:11.0140701+08:00;True|2024-10-09T17:18:07.5988076+08:00;True|2024-10-09T17:10:57.0818759+08:00;True|2024-10-09T17:08:07.1773134+08:00;True|2024-10-09T16:38:21.4832776+08:00;True|2024-10-09T16:31:58.3589164+08:00;True|2024-10-09T16:10:50.3337773+08:00;True|2024-10-09T10:39:55.8405182+08:00;True|2024-10-08T17:55:12.0035540+08:00;True|2024-10-08T16:48:00.5056466+08:00;True|2024-10-08T16:27:40.5071980+08:00;True|2024-10-08T16:24:26.2664694+08:00;True|2024-10-08T15:41:46.6016263+08:00;True|2024-09-30T17:07:19.0903067+08:00;True|2024-09-30T10:34:23.6203647+08:00;True|2024-09-29T14:44:27.0928205+08:00;True|2024-09-24T17:04:13.1154955+08:00;True|2024-09-23T14:58:29.0998917+08:00;True|2024-09-23T14:34:42.4664825+08:00;True|2024-09-23T14:34:14.9788969+08:00;True|2024-09-23T14:21:01.8969413+08:00;True|2024-09-23T14:17:25.6978104+08:00;True|2024-09-23T13:44:21.2948521+08:00;True|2024-09-23T13:42:29.2647186+08:00;True|2024-09-19T17:53:09.3428873+08:00;True|2024-09-19T17:47:47.8015573+08:00;True|2024-09-19T17:33:18.0038814+08:00;True|2024-09-19T17:13:16.6885326+08:00;True|2024-09-19T16:40:10.4911580+08:00;True|2024-09-19T15:32:43.5092007+08:00;True|2024-09-19T14:13:40.1278496+08:00;True|2024-09-19T11:00:03.7642790+08:00;True|2024-09-04T16:01:07.1761640+08:00;True|2024-09-04T15:47:33.3094448+08:00;True|2024-09-04T13:33:22.9396193+08:00;True|2024-08-30T13:27:03.2003529+08:00;True|2024-08-27T15:31:21.7026102+08:00;True|2024-08-20T11:12:26.7141701+08:00;True|2024-08-19T17:23:34.5703879+08:00;True|2024-08-19T15:55:28.3484786+08:00;True|2024-08-19T15:45:49.5623372+08:00;True|2024-08-19T14:56:17.7733738+08:00;True|2024-08-19T14:52:03.2782392+08:00;True|2024-08-19T14:10:57.7043528+08:00;True|2024-08-19T13:38:29.9236695+08:00;False|2024-08-19T13:29:18.8873264+08:00;True|2024-08-19T12:31:57.9280692+08:00;True|2024-08-19T11:50:36.7241244+08:00;True|2024-08-19T10:24:05.0018377+08:00;True|2024-08-19T10:23:30.0445364+08:00;True|2024-08-19T10:12:33.8316906+08:00;True|2024-08-19T10:10:48.0967630+08:00;True|2024-08-16T12:17:51.5743944+08:00;True|2024-08-16T11:36:15.1880346+08:00;</History> | |||||
<History>True|2024-12-17T01:20:52.3138580Z;True|2024-12-16T17:55:58.4366576+08:00;True|2024-12-16T17:09:29.5137834+08:00;True|2024-12-16T14:10:04.2089691+08:00;True|2024-12-13T16:46:33.9007060+08:00;True|2024-12-13T16:43:47.4243476+08:00;True|2024-12-13T16:32:31.6822178+08:00;False|2024-12-13T16:31:57.1463001+08:00;False|2024-12-13T16:31:24.3921316+08:00;True|2024-12-10T09:50:44.2129205+08:00;True|2024-12-10T09:37:03.1127511+08:00;True|2024-12-09T13:47:34.5328594+08:00;True|2024-12-09T13:40:14.0307574+08:00;True|2024-12-09T13:37:06.9251645+08:00;True|2024-12-09T09:35:03.8007889+08:00;True|2024-12-05T17:55:26.3520105+08:00;True|2024-12-05T16:16:25.4547843+08:00;True|2024-12-05T15:40:26.7141856+08:00;True|2024-12-05T15:10:10.8427444+08:00;True|2024-12-04T17:22:28.7226032+08:00;True|2024-12-04T16:48:08.7253345+08:00;True|2024-12-04T13:36:58.9261836+08:00;True|2024-12-04T11:25:09.0287420+08:00;True|2024-12-04T10:49:03.6405687+08:00;True|2024-12-03T17:23:27.3622111+08:00;True|2024-12-03T17:04:39.8598677+08:00;True|2024-12-03T16:51:32.9879069+08:00;True|2024-12-03T16:43:48.1356230+08:00;True|2024-12-03T15:51:47.8248313+08:00;True|2024-11-22T11:28:53.1271820+08:00;True|2024-11-20T17:52:54.4158858+08:00;True|2024-11-20T17:26:43.3032818+08:00;True|2024-11-20T17:00:52.2470231+08:00;True|2024-11-20T13:48:46.8664181+08:00;True|2024-11-19T16:41:39.5873421+08:00;True|2024-11-19T16:11:53.2744549+08:00;True|2024-10-24T09:50:55.5191427+08:00;True|2024-10-24T09:34:12.7696084+08:00;True|2024-10-23T10:41:37.0558539+08:00;True|2024-10-23T09:28:31.4313071+08:00;True|2024-10-23T09:26:31.5501719+08:00;True|2024-10-23T09:23:51.0582343+08:00;True|2024-10-23T09:06:44.5849207+08:00;True|2024-10-22T13:08:17.1569031+08:00;True|2024-10-22T09:42:47.5945039+08:00;True|2024-10-21T17:29:20.3317104+08:00;True|2024-10-21T16:46:26.6984879+08:00;True|2024-10-21T10:12:44.0443975+08:00;True|2024-10-10T10:57:40.0075220+08:00;True|2024-10-10T10:02:41.0397715+08:00;True|2024-10-09T17:39:11.0140701+08:00;True|2024-10-09T17:18:07.5988076+08:00;True|2024-10-09T17:10:57.0818759+08:00;True|2024-10-09T17:08:07.1773134+08:00;True|2024-10-09T16:38:21.4832776+08:00;True|2024-10-09T16:31:58.3589164+08:00;True|2024-10-09T16:10:50.3337773+08:00;True|2024-10-09T10:39:55.8405182+08:00;True|2024-10-08T17:55:12.0035540+08:00;True|2024-10-08T16:48:00.5056466+08:00;True|2024-10-08T16:27:40.5071980+08:00;True|2024-10-08T16:24:26.2664694+08:00;True|2024-10-08T15:41:46.6016263+08:00;True|2024-09-30T17:07:19.0903067+08:00;True|2024-09-30T10:34:23.6203647+08:00;True|2024-09-29T14:44:27.0928205+08:00;True|2024-09-24T17:04:13.1154955+08:00;True|2024-09-23T14:58:29.0998917+08:00;True|2024-09-23T14:34:42.4664825+08:00;True|2024-09-23T14:34:14.9788969+08:00;True|2024-09-23T14:21:01.8969413+08:00;True|2024-09-23T14:17:25.6978104+08:00;True|2024-09-23T13:44:21.2948521+08:00;True|2024-09-23T13:42:29.2647186+08:00;True|2024-09-19T17:53:09.3428873+08:00;True|2024-09-19T17:47:47.8015573+08:00;True|2024-09-19T17:33:18.0038814+08:00;True|2024-09-19T17:13:16.6885326+08:00;True|2024-09-19T16:40:10.4911580+08:00;True|2024-09-19T15:32:43.5092007+08:00;True|2024-09-19T14:13:40.1278496+08:00;True|2024-09-19T11:00:03.7642790+08:00;True|2024-09-04T16:01:07.1761640+08:00;True|2024-09-04T15:47:33.3094448+08:00;True|2024-09-04T13:33:22.9396193+08:00;True|2024-08-30T13:27:03.2003529+08:00;True|2024-08-27T15:31:21.7026102+08:00;True|2024-08-20T11:12:26.7141701+08:00;True|2024-08-19T17:23:34.5703879+08:00;True|2024-08-19T15:55:28.3484786+08:00;True|2024-08-19T15:45:49.5623372+08:00;True|2024-08-19T14:56:17.7733738+08:00;True|2024-08-19T14:52:03.2782392+08:00;True|2024-08-19T14:10:57.7043528+08:00;True|2024-08-19T13:38:29.9236695+08:00;False|2024-08-19T13:29:18.8873264+08:00;True|2024-08-19T12:31:57.9280692+08:00;True|2024-08-19T11:50:36.7241244+08:00;True|2024-08-19T10:24:05.0018377+08:00;True|2024-08-19T10:23:30.0445364+08:00;</History> | |||||
<LastFailureDetails /> | <LastFailureDetails /> | ||||
</PropertyGroup> | </PropertyGroup> | ||||
</Project> | </Project> |